home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / blkspell / mfc_exdl.h < prev    next >
C/C++ Source or Header  |  1998-09-22  |  1KB  |  51 lines

  1. // mfc_exDlg.h : header file
  2. //
  3.  
  4. #if !defined(AFX_MFC_EXDLG_H__B9CEA8E7_4FB1_11D2_90C2_444553540000__INCLUDED_)
  5. #define AFX_MFC_EXDLG_H__B9CEA8E7_4FB1_11D2_90C2_444553540000__INCLUDED_
  6.  
  7. #if _MSC_VER >= 1000
  8. #pragma once
  9. #endif // _MSC_VER >= 1000
  10.  
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CMfc_exDlg dialog
  13.  
  14. class CMfc_exDlg : public CDialog
  15. {
  16. // Construction
  17. public:
  18.     CMfc_exDlg(CWnd* pParent = NULL);    // standard constructor
  19.  
  20. // Dialog Data
  21.     //{{AFX_DATA(CMfc_exDlg)
  22.     enum { IDD = IDD_MFC_EX_DIALOG };
  23.     CEdit    m_Edit;
  24.     //}}AFX_DATA
  25.  
  26.     // ClassWizard generated virtual function overrides
  27.     //{{AFX_VIRTUAL(CMfc_exDlg)
  28.     protected:
  29.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  30.     //}}AFX_VIRTUAL
  31.  
  32. // Implementation
  33. protected:
  34.     HICON m_hIcon;
  35.  
  36.     // Generated message map functions
  37.     //{{AFX_MSG(CMfc_exDlg)
  38.     virtual BOOL OnInitDialog();
  39.     afx_msg void OnPaint();
  40.     afx_msg HCURSOR OnQueryDragIcon();
  41.     afx_msg void OnSpellCheck();
  42.     afx_msg void OnShowLicense();
  43.     //}}AFX_MSG
  44.     DECLARE_MESSAGE_MAP()
  45. };
  46.  
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  49.  
  50. #endif // !defined(AFX_MFC_EXDLG_H__B9CEA8E7_4FB1_11D2_90C2_444553540000__INCLUDED_)
  51.